home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-01-10 | 689 b | 34 lines | [TEXT/PLER] |
- //
- // EarthBrowser - index.gdx
- // Copyright 1999 Lunar Software Inc.
- //
-
- <GEOINDEX VERSION=1 REFRESH=600> // refresh it every 10 hours
-
- <global ShowVolcanoes=0/>
- <global ShowWebcams=0/>
- <temp tempString = ""/>
- <Action ID="INIT"> {
- if(UserSerialNumber == "3003418973") {
- ShowClouds = false;
- ShowWeather = false;
- ProxiesEnabled = true;
- ADDGEOINDEX("geofile://pirata.gdx");
- ScreenSaverOn = true;
- ScreenSaverDelay = 1;
- } else {
- if(ShowVolcanoes)
- ADDGEOINDEX("geofile://volcano.gdx");
- if(ShowWebcams)
- ADDGEOINDEX("geofile://WebCams.gdx");
- }
- }
- </Action>
-
- <Include "geofile://cities.gdx"/>
-
- <Category TITLE="Web Cams" IMAGE="geofile://Images/Camera.gif"/>
-
- </GEOINDEX>
-
-